home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
3D Games (Spidla)
/
3dhry2.iso
/
InterBingo 1.0
/
InterBingoSetup.exe
/
BingoLogin.swf
/
scripts
/
DefineSprite_104
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-09-04
|
333 b
|
13 lines
function SetScrollPos()
{
var TotalPos = int(244 / this._height);
ScrollInc = _parent.Text.maxscroll / TotalPos;
var SlotPos = (this._y - top) / TotalPos / 2;
if(0 < SlotPos)
{
var SlotPos = (this._y - top) / TotalPos / 2 + 1;
}
newpos = SlotPos * ScrollInc;
_parent.Text.scroll = newpos;
}